ListLevelLabelAlignmentLabelFollowedBy Property

Specifies the character that is inserted behind a list label. The defined values are: -listtab: a tab character is inserted after a list label before the text starts. -nothing: text starts directly after a list label. -space: a SPACE (U+0020) character is inserted after a list label before the text starts.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public LabelFollowedBy LabelFollowedBy { get; set; }

Property Value

LabelFollowedBy

See Also